home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / movearea.zip / MOVEAREA.DOC next >
Text File  |  1991-07-12  |  1KB  |  45 lines

  1. ProgramName   : MoveArea
  2. Description   : Move Areas around in FILES.RA (RemoteAccess)
  3. Version       : 1.00
  4. Last Compiled : 10-jul-91
  5. Compiler      : Turbo Pascal 5.5
  6. Sourcecode    : Public & Included
  7. Changed since
  8. last version  : First version
  9.  
  10. A Small tool to move around your areas in FILES.RA without retyping the lot
  11.  
  12. Its really simple : Just type MOVEAREA and a FILESRA.TXT file will be made
  13. with information about the present status of your FILES.RA.
  14. First create a temporary directory to play in. Copy FILES.RA from your main
  15. directory into this directory (COPY C:\BBS\FILES.RA). Now you are ready to
  16. work.
  17.  
  18. Use MOVEAREA like this :
  19.  
  20. MOVEAREA 20 30 100   will move areas from 20-30 to 100-110
  21.  
  22. If you only want to move 1 area, just type MOVEAREA 20 20 30
  23.  
  24. Do NOT overlap the numbers like  MOVEAREA 20 30 25. To do this you must
  25. first move the range to another place and then back again like this
  26.  
  27. MOVEAREA 20 30 180
  28. MOVEAREA 180 190 25
  29.  
  30. I was to lazy to change the code, but you are welcome to alter the code
  31. for your needs.
  32.  
  33. MOVEAREA without any parameters will just make a FILESRA.TXT file in
  34. current directory, all empty areas will always be skipped in this file.
  35.  
  36. Bo Bendtsen
  37. Kastanie Alle 14
  38. 2620 Albertslund
  39. 2:231/111 : 42643827
  40. 2:231/112 : 43628230
  41.  
  42. Send a matrix if you like any of my programs
  43.  
  44.  
  45.